diff options
author | Linnnus <[email protected]> | 2025-02-22 16:00:51 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-02-22 16:00:51 +0100 |
commit | 4baf5083f99df02ca33eca6a6a9bbc62bf795251 (patch) | |
tree | c432f5c75a2ef849c79e3b8ae2fbb43fbf9ca5a5 /app/src/routes/assignments/[assignmentId]/+page.server.ts | |
parent | 6412f46a45d3b66c85c0cc3952206ad9cca0a110 (diff) |
Placeholder notification service
Diffstat (limited to 'app/src/routes/assignments/[assignmentId]/+page.server.ts')
-rw-r--r-- | app/src/routes/assignments/[assignmentId]/+page.server.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/routes/assignments/[assignmentId]/+page.server.ts b/app/src/routes/assignments/[assignmentId]/+page.server.ts index b6634f0..790492c 100644 --- a/app/src/routes/assignments/[assignmentId]/+page.server.ts +++ b/app/src/routes/assignments/[assignmentId]/+page.server.ts @@ -43,7 +43,6 @@ export const actions = { ); const { beanstalkdClient, dbClient, s3Client } = locals; - await finishAssignment({ beanstalkdClient, dbClient, |